[Global Namespace]
Namespaces
Functions
never
dieprint_r(mixed $variable)
Print human-readable information about a variable, wrapped in a <pre>
block, then halt execution.
at line 38
void
dprint_r(mixed $variable)
Print human-readable information about a variable, wrapped in a <pre> block.
at line 21
How to enable those functions?
By default, those functions ARE NOT registered in the global namespace.
If you wish to ease debug and have them available, you need to
register them by calling
Keruald\OmniTools\Debug\Debugger::register()